home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1937 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  778 b   |  24 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 2)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "Looks tasty but itΓÇÖs way to big for me to carry around all in one piece.";
  8.       }
  9.       if(_root.micon._currentframe == 1 && _root.range == true)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "Looks tasty but itΓÇÖs way to big for me to carry around all in one piece.";
  13.       }
  14.       if(_root.micon._currentframe == 40 && _root.range == true && _root.even27 == 0)
  15.       {
  16.          _root.take = 49;
  17.          _root.sfx.gotoAndStop(3);
  18.          _root.even27 = 1;
  19.          _root.next_dis1 = 2;
  20.          _root.next_txt1 = "Lord of the Flies has nothing on me!";
  21.       }
  22.    }
  23. }
  24.